![]() |
Documentation for Users
1.3.0
Perception Toolbox for Virtual Reality (PTVR) Manual
|
Figure 2: Screenshot of the operator's GUI
While the patient reads sentences, the operator has access to an interface providing information on the experiment in progress.
The interface is divided into several elements (from left to right and top to bottom):
result_file_post_treatment.py
will be executed to clean up the results file.At the end of the experiment, two result files are generated:
mnread_vr_experiment_Main_SubjectName_date.csv
, where SubjectName is the name of the subject and date is the date and time of the experiment. This file is the raw output of the experiment. Each time an interaction is performed (i.e., each time a button is clicked, for example) a result line is printed. This file contains the following information:x_logmar
: size of x in logMAR of the current sentencemisread_words
: words indicated as misread at time T. If the box is empty, there are no misread wordssentence_displayed
: the whole sentence displayedx_visual_angle_degrees
: the size of x in degrees of the current sentencemnread_vr_experiment_Main_SubjectName_date_cleaned.csv
, which is a cleaned version of the previous one, obtained thanks to the python script result_file_post_treatment.py
.Python file
Description
Visualize one single MNRead sentence.
Visualize a MNRead cardboard with a set of 3 sentences with printsize varying by 0.1LogMar.
Replication of the MNREAD in virtual reality.